home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / exponent.z / exponent
Encoding:
Text File  |  2002-10-03  |  1.7 KB  |  49 lines

  1. EXPONENT(3I)                                          Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      EEXXPPOONNEENNTT - Returns the exponent part of the argument when represented
  6.      as a numeric model number
  7.  
  8. SSYYNNOOPPSSIISS
  9.      EEXXPPOONNEENNTT (([XX==]_x))
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, IRIX systems
  13.  
  14.      CF90, MIPSpro 7 Fortran 90
  15.  
  16. SSTTAANNDDAARRDDSS
  17.      Fortran
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.      The EEXXPPOONNEENNTT intrinsic function returns the exponent part of the
  21.      argument when represented as a numeric model number.  It accepts the
  22.      following argument:
  23.  
  24.      _x         Must be of type real
  25.  
  26.      EEXXPPOONNEENNTT is an elemental function.  The name of this intrinsic cannot
  27.      be passed as an argument.
  28.  
  29. RREETTUURRNN VVAALLUUEESS
  30.      The result type is default integer.  The result has a value equal to
  31.      the exponent, _e, of the real number model for the value of _x, provided
  32.      that _x is nonzero and _e is within the range for default integers.  For
  33.      more information on the real number model, see the MMOODDEELLSS(3I) man
  34.      page.
  35.  
  36.      The result is undefined if the machine upon which the compiler is
  37.      running cannot represent _e in the default integer type.
  38.  
  39.      EEXXPPOONNEENNTT((XX)) has the value zero if XX is zero.
  40.  
  41. EEXXAAMMPPLLEESS
  42.      EEXXPPOONNEENNTT((11..00)) has the value 1 and EEXXPPOONNEENNTT((44..11)) has the value 3.
  43.  
  44. SSEEEE AALLSSOO
  45.      MMOODDEELLSS(3I)
  46.  
  47.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  48.      man page.
  49.